home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / spiele / circle30bpl11 / readme.os2 < prev    next >
Text File  |  1992-09-02  |  2KB  |  65 lines

  1.                      Compiling CircleMUD Version 3.0
  2.                    under OS/2 Warp Connect v3.0 or 2.1
  3.                              by David Carver
  4.  
  5.  
  6. To compile CircleMUD 3.0 under OS/2, you must have the following:
  7.  
  8. * OS/2 Warp Connect Version 3.0, or OS/2 Version 2.1 with TCP/IP installed.
  9.   You should have at least 8 megs of memory.  (Circle runs quite well on an
  10.   8 meg machine).
  11.  
  12. * An HPFS formatted drive.  CircleMUD needs to be uncompressed on an HPFS
  13.   drive because it uses long filenames.
  14.  
  15. * The EMX09b or EMX09a runtime and compilation systems.  These are free and
  16.   can be downloaded by anonymous FTP at hobbes.nmsu.edu in os2/unix/emx09b
  17.  
  18. * The OS/2 port of GNU's GCC compiler.  This can also be found at
  19.   hobbes.nmsu.edu in os2/unix/emx09b or os2/unix/emx09a
  20.  
  21. * GNU's TAR and GZIP programs to decompress the necessary files.  Again 
  22.   these can be found at hobbes.nmsu.edu in os2/unix.
  23.  
  24. * A MAKE program.  Either the GNU Make, or IBM's NMAKE should work.  You 
  25.   can obtain the NMAKE from either IBM's Developers kit or from
  26.   hobbes.nmsu.edu in os2/16dev.
  27.  
  28.  
  29. Installation:
  30.  
  31. ***  IMPORTANT
  32. ***
  33. ***  You must have EMX and GCC installed and the directories in your
  34. ***  PATH and LIBPATH statements in your CONFIG.SYS.  Please read the
  35. ***  EMX installation instructions included with that package for more
  36. ***  information on how to install both EMX and GCC.
  37.  
  38. Once you get the CircleMUD archive, you need to uncompress and unpack it
  39. using the GZIP and TAR utilities, respectively.  See the documentation for 
  40. these programs for instructions on how to uncompress the files.
  41.  
  42. After you have uncompressed the files, switch to the directory that has
  43. the CircleMUD files in it, and then to the SRC subdirectory.  Rename
  44. the following files:
  45.  
  46. Rename 'conf.h.os2' to 'conf.h'.
  47. Delete the old 'makefile', and rename 'makefile.os2' to 'makefile'.
  48.  
  49. To compile the MUD type the following at an OS/2 command line:
  50.  
  51. NMAKE /i
  52.  
  53. CircleMUD will be compiled and the executable will be put in your current
  54. directory.  Copy the CIRCLE.EXE file to the circle30\bin directory.  Then
  55. follow the CircleMUD instructions in README on how to start up the MUD.
  56.  
  57. NOTE: General questions about CircleMUD can be addressed to the author,
  58. Jeremy Elson, at jelson@jhu.edu.  However, all questions which specifically
  59. deal with the OS/2 port of Circle should go to my address, listed below.
  60.  
  61.  
  62. David Carver
  63. dcarver@cougar.colstate.cc.oh.us
  64. dcarver@iwaynet.net
  65.